Skip to content

Fix dictionary accessor#13

Open
Lunaphied wants to merge 1 commit intodanieltmbr:masterfrom
Lunaphied:master
Open

Fix dictionary accessor#13
Lunaphied wants to merge 1 commit intodanieltmbr:masterfrom
Lunaphied:master

Conversation

@Lunaphied
Copy link

The subscript accessor currently fails to work because the hash includes the order and thus doesn't match during the lookup.

This makes the hash only include the properties that are compared for equality (aka. the key).

This fixes the subscript accessor which otherwise fails to lookup the keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant